home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / gas_251.zip / bin_251 / bfd / hosts / tahoe.h < prev    next >
C/C++ Source or Header  |  1993-09-17  |  607b  |  28 lines

  1. /* Tahoe running BSD (post-Reno) Unix.  */
  2.  
  3. #include <stddef.h>
  4. #include <fcntl.h>
  5. #include <errno.h>
  6. #include <stdio.h>
  7. #include <sys/types.h>
  8. #include <sys/stat.h>
  9. #include <ctype.h>
  10. #include <string.h>
  11. #include <sys/file.h>
  12. #include <stdlib.h>
  13.  
  14. #define    NO_CORE_COMMAND
  15.  
  16. #undef    ALIGN            /* They use it, we use it too */
  17. #include <machine/param.h>
  18. #undef    ALIGN            /* They use it, we use it too */
  19.  
  20. #define    HOST_PAGE_SIZE        NBPG
  21. #define    HOST_MACHINE_ARCH    bfd_arch_tahoe
  22.  
  23. #define    HOST_TEXT_START_ADDR    0
  24. #define    HOST_STACK_END_ADDR    (KERNBASE - (UPAGES * NBPG))
  25. #define    HOST_BIG_ENDIAN_P
  26.  
  27. #include "fopen-same.h"
  28.